Searched refs:_frame (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/translation/
H A DTranslatorAddOn.h35 extern status_t MakeConfig(BMessage* extension, BView** _view, BRect* _frame);
/haiku/headers/private/media/
H A DMediaExtractor.h58 int64* _frame, bigtime_t* _time);
60 int64* _frame, bigtime_t* _time) const;
/haiku/src/kits/media/
H A DMediaTrack.cpp482 BMediaTrack::SeekToFrame(int64* _frame, int32 flags) argument
489 if (_frame == NULL)
496 int64 requestedFrame = *_frame;
500 status_t result = fExtractor->Seek(fStream, flags, _frame, &time);
506 result = fDecoder->SeekedTo(*_frame, time);
513 result = fRawDecoder->SeekedTo(*_frame, time);
520 fCurrentFrame = *_frame;
524 "result %lld\n", requestedFrame, *_frame);
557 BMediaTrack::FindKeyFrameForFrame(int64* _frame, int32 flags) const argument
564 if (_frame
[all...]
H A DMediaExtractor.cpp260 MediaExtractor::Seek(int32 stream, uint32 seekTo, int64* _frame, argument
273 status_t status = fReader->Seek(info.cookie, seekTo, _frame, _time);
287 MediaExtractor::FindKeyFrame(int32 stream, uint32 seekTo, int64* _frame, argument
296 return fReader->FindKeyFrame(info.cookie, seekTo, _frame, _time);
/haiku/src/apps/charactermap/
H A DCharacterView.h65 BRect* _frame = NULL) const;
H A DCharacterView.cpp608 BRect* _frame) const
639 if (_frame != NULL) {
640 _frame->Set(startX + pos * (fCharacterWidth + fGap),
/haiku/headers/private/debugger/arch/
H A DArchitecture.h86 StackFrame*& _frame,
/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h76 StackFrame*& _frame,
H A DDwarfImageDebugInfo.cpp589 StackFrame*& _frame, CpuState*& _previousCpuState)
747 _frame = frameReference.Detach();
586 CreateFrame(Image* image, FunctionInstance* functionInstance, CpuState* cpuState, bool getFullFrameInfo, ReturnValueInfoList* returnValueInfos, StackFrame*& _frame, CpuState*& _previousCpuState) argument
/haiku/headers/os/media/
H A DMediaTrack.h139 status_t SeekToFrame(int64* _frame, int32 flags = 0);
143 status_t FindKeyFrameForFrame(int64* _frame,
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp1431 struct _frame { struct
1461 _frame inFrame = {};
1476 _frame delayedFrame = {};
1496 _frame hiFrame;
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp357 CpuState* _cpuState, bool isTopFrame, StackFrame*& _frame,
491 _frame = frameReference.Detach();
356 CreateStackFrame(Image* image, FunctionDebugInfo* function, CpuState* _cpuState, bool isTopFrame, StackFrame*& _frame, CpuState*& _previousCpuState) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp434 CpuState* _cpuState, bool isTopFrame, StackFrame*& _frame,
568 _frame = frameReference.Detach();
433 CreateStackFrame(Image* image, FunctionDebugInfo* function, CpuState* _cpuState, bool isTopFrame, StackFrame*& _frame, CpuState*& _previousCpuState) argument
/haiku/src/servers/app/
H A DServerPicture.cpp241 get_polygon_frame(const BPoint* points, uint32 numPoints, BRect* _frame) argument
265 _frame->Set(left, top, right, bottom);

Completed in 152 milliseconds