Home
last modified time | relevance | path

Searched refs:raw_frame (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp468 vpx_image_t raw_frame; in process() local
484 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, width, height, in process()
499 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, width, height, in process()
501 raw_frame.planes[1] = (uint8_t*)rView->data()[1]; in process()
502 raw_frame.planes[2] = (uint8_t*)rView->data()[2]; in process()
503 raw_frame.stride[0] = layout.planes[layout.PLANE_Y].rowInc; in process()
504 raw_frame.stride[1] = layout.planes[layout.PLANE_U].rowInc; in process()
505 raw_frame.stride[2] = layout.planes[layout.PLANE_V].rowInc; in process()
516 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, stride, vstride, in process()
518 vpx_img_set_rect(&raw_frame, 0, 0, width, height); in process()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp166 mm_camera_buf_def_t * raw_frame = recvd_frame->bufs[i]; in zsl_channel_cb() local
167 QCameraStream *pStream = pChannel->getStreamByHandle(raw_frame->stream_id); in zsl_channel_cb()
169 pme->dumpFrameToFile(pStream, raw_frame, QCAMERA_DUMP_FRM_RAW); in zsl_channel_cb()
1915 mm_camera_buf_def_t *raw_frame = super_frame->bufs[0]; in preview_raw_stream_cb_routine() local
1917 if (raw_frame != NULL) { in preview_raw_stream_cb_routine()
1924 pme->dumpFrameToFile(stream, raw_frame, QCAMERA_DUMP_FRM_RAW); in preview_raw_stream_cb_routine()
1926 stream->bufDone(raw_frame->buf_idx); in preview_raw_stream_cb_routine()
1973 mm_camera_buf_def_t * raw_frame = super_frame->bufs[i]; in snapshot_raw_stream_cb_routine() local
1976 pme->dumpFrameToFile(stream, raw_frame, QCAMERA_DUMP_FRM_RAW); in snapshot_raw_stream_cb_routine()