Searched refs:FindBufferInfoByID (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 379 BufferInfo *info = FindBufferInfoByID(OMX_DirInput, bufferId); in OnOMXEmptyBufferDone()
|
H A D | image_codec.cpp | 518 ImageCodec::BufferInfo* ImageCodec::FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) in FindBufferInfoByID() function in OHOS::ImagePlugin::ImageCodec 552 BufferInfo* bufferInfo = FindBufferInfoByID(OMX_DirInput, bufferId); in OnQueueInputBuffer()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 170 BufferInfo* FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId);
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 212 BufferInfo* FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId);
|
H A D | hcodec.cpp | 795 HCodec::BufferInfo* HCodec::FindBufferInfoByID(OMX_DIRTYPE portIndex, uint32_t bufferId) in FindBufferInfoByID() function in OHOS::MediaAVCodec::HCodec 883 BufferInfo* bufferInfo = FindBufferInfoByID(OMX_DirInput, bufferId); in OnQueueInputBuffer()
|
H A D | hencoder.cpp | 1154 BufferInfo* bufferInfo = FindBufferInfoByID(OMX_DirInput, bufferId); in OnQueueInputBuffer() 1317 BufferInfo *info = FindBufferInfoByID(OMX_DirInput, bufferId); in OnOMXEmptyBufferDone()
|
H A D | hdecoder.cpp | 968 BufferInfo *info = FindBufferInfoByID(OMX_DirInput, bufferId); in OnOMXEmptyBufferDone()
|
Completed in 11 milliseconds