Home
last modified time | relevance | path

Searched refs:frameID (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp597 int frameID = offset; in decodeNFrames() local
615 if (frameID == (int)Info->size() || frameID == (offset + range)) break; in decodeNFrames()
621 ASSERT_LE((*Info)[frameID].bytesCount, in decodeNFrames()
623 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount); in decodeNFrames()
624 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount); in decodeNFrames()
625 flags = (*Info)[frameID].flags; in decodeNFrames()
631 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
632 (frameID == (offset + range - 1)))) in decodeNFrames()
635 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags, in decodeNFrames()
636 (*Info)[frameID].timestamp)); in decodeNFrames()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp550 int frameID = offset; in decodeNFrames() local
566 if (frameID == (int)Info->size() || frameID == (offset + range)) break; in decodeNFrames()
572 ASSERT_LE((*Info)[frameID].bytesCount, in decodeNFrames()
574 eleStream.read(ipBuffer, (*Info)[frameID].bytesCount); in decodeNFrames()
575 ASSERT_EQ(eleStream.gcount(), (*Info)[frameID].bytesCount); in decodeNFrames()
576 flags = (*Info)[frameID].flags; in decodeNFrames()
582 if (signalEOS && ((frameID == (int)Info->size() - 1) || in decodeNFrames()
583 (frameID == (offset + range - 1)))) in decodeNFrames()
586 omxNode, iBuffer, index, (*Info)[frameID].bytesCount, flags, in decodeNFrames()
587 (*Info)[frameID].timestamp)); in decodeNFrames()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.h475 bool needProcessPreviewFrame(uint32_t frameID);
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1635 uint32_t frameID = 0; in mm_stream_read_user_buf() local
1646 frameID = buf_info->buf->frame_idx; in mm_stream_read_user_buf()
1648 frameID = (buf_info->buf->frame_idx - 1) * user_buf->buf_cnt; in mm_stream_read_user_buf()
1672 stream_buf->frame_idx = frameID + i; in mm_stream_read_user_buf()