Searched defs:frameIndex (Results 1 - 8 of 8) sorted by relevance

/hardware/google/av/media/codecs/aac/
H A DC2SoftAacDec.h61 uint64_t frameIndex; member in struct:android::C2SoftAacDec::Info
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraHALPP.cpp198 * @frameIndex : frame index (key of the map)
203 QCameraHALPP::getFrameVector(uint32_t frameIndex) argument
207 if (m_frameMap.find(frameIndex) != m_frameMap.end()) {
208 pVector = m_frameMap[frameIndex];
302 uint32_t frameIndex = *pFrameIndex; local
303 std::vector<qcamera_hal_pp_data_t*> *pVector = pme->getFrameVector(frameIndex);
H A DQCameraDualFOVPP.cpp177 uint32_t frameIndex = pInputSnapshotBuf->frame_idx; local
178 std::vector<qcamera_hal_pp_data_t*> *pVector = getFrameVector(frameIndex);
180 LOGD("insert new frame index = %d", frameIndex);
182 *pFrameIndex = frameIndex;
188 m_frameMap[frameIndex] = pVector;
193 m_frameMap.erase(frameIndex);
200 pInputData->frameIndex = frameIndex;
218 m_halPPGetOutputCB(frameIndex, m_pQCameraPostProc);
246 uint32_t frameIndex local
363 uint32_t frameIndex = *pFrameIndex; local
[all...]
/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp302 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) {
306 if (pending->count(frameIndex) == 0) {
307 ALOGW("unknown frame index: %" PRIu64, frameIndex);
310 work = std::move(pending->at(frameIndex));
311 pending->erase(frameIndex);
414 ALOGV("processed frame #%" PRIu64, work->input.ordinal.frameIndex.peeku());
443 uint64_t frameIndex = work->input.ordinal.frameIndex.peeku(); local
444 if (pending->count(frameIndex) != 0) {
445 unexpected = std::move(pending->at(frameIndex));
301 finish( uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) argument
[all...]
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.cpp300 (c2_cntr64_t(index) == work->input.ordinal.frameIndex)) {
310 if (work && c2_cntr64_t(index) == work->input.ordinal.frameIndex) {
346 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags);
363 int64_t frameIndex = work->input.ordinal.frameIndex.peekll(); local
368 mCodecCtx, bitstream, inSize, &frameIndex, 0);
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.h95 uint32_t frameIndex; // source frame index member in struct:qcamera::__anon1933
185 static void getHalPPOutputBufferCB(uint32_t frameIndex, void* pUserData);
239 void getHalPPOutputBuffer(uint32_t frameIndex);
H A DQCameraPostProc.cpp4128 * @frameIndex : frameIndex needs to be appended in the output data
4133 void QCameraPostProcessor::getHalPPOutputBufferCB(uint32_t frameIndex, void* pUserData) argument
4136 pme->getHalPPOutputBuffer(frameIndex);
4144 * @frameIndex : frameIndex needs to be appended in the output data
4147 void QCameraPostProcessor::getHalPPOutputBuffer(uint32_t frameIndex) argument
4193 output_data->frameIndex = frameIndex;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp846 uint8_t frameIndex; local
860 frameIndex = (uint8_t)super_frame->bufs[0]->buf_idx;
861 if(frameIndex >= mNumBufs) {
863 stream->bufDone(frameIndex);
883 resultBuffer = (buffer_handle_t *)mMemory.getBufferHandle(frameIndex);
884 resultFrameNumber = mMemory.getFrameNumber(frameIndex);
945 int32_t rc = stream->bufRelease(frameIndex);
948 rc, frameIndex);
951 rc = mMemory.unregisterBuffer(frameIndex);
954 rc, frameIndex);
3138 uint8_t frameIndex; local
4011 uint8_t frameIndex; local
4539 uint8_t frameIndex; local
[all...]

Completed in 197 milliseconds