Home
last modified time | relevance | path

Searched refs:ReadOneFrame (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_encode.h85 bool ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount);
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h106 bool ReadOneFrame(char *buf, uint32_t &filledCount);
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_encode.cpp79 bool CodecHdiEncode::ReadOneFrame(FILE *fp, char *buf, uint32_t &filledCount) in ReadOneFrame() function in CodecHdiEncode
656 endFlag = this->ReadOneFrame(fpIn_, static_cast<char *>(bufferHandle->virAddr), in FillCodecBuffer()
664 endFlag = this->ReadOneFrame(fpIn_, static_cast<char *>(sharedAddr), bufferInfo->omxBuffer->filledLen); in FillCodecBuffer()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp77 bool CodecHdiEncode::ReadOneFrame(char *buf, uint32_t &filledCount) in ReadOneFrame() function in CodecHdiEncode
530 this->ReadOneFrame(reinterpret_cast<char *>(bufferHandle->virAddr), bufferInfo->omxBuffer->filledLen); in FillCodecBuffer()
540 endFlag = this->ReadOneFrame(reinterpret_cast<char *>(sharedAddr), bufferInfo->omxBuffer->filledLen); in FillCodecBuffer()

Completed in 4 milliseconds