/aosp12/frameworks/base/media/mca/filterfw/jni/ |
H A D | jni_native_program.cpp | 167 NativeFrame* output_frame = ConvertFromJava<NativeFrame>(env, output); in Java_android_filterfw_core_NativeProgram_callNativeProcess() local 168 if (!output_frame) { in Java_android_filterfw_core_NativeProgram_callNativeProcess() 172 output_data = reinterpret_cast<char*>(output_frame->MutableData()); in Java_android_filterfw_core_NativeProgram_callNativeProcess() 173 output_size = output_frame->Size(); in Java_android_filterfw_core_NativeProgram_callNativeProcess()
|
H A D | jni_shader_program.cpp | 111 GLFrame* output_frame = ConvertFromJava<GLFrame>(env, output); in Java_android_filterfw_core_ShaderProgram_shaderProcess() local 112 if (!output_frame) { in Java_android_filterfw_core_ShaderProgram_shaderProcess() 118 if (!program->Process(input_frames, output_frame)) { in Java_android_filterfw_core_ShaderProgram_shaderProcess()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 1017 vdec_msg.msgdata.output_frame.client_data; in async_thread() 1019 vdec_msg.msgdata.output_frame.client_data); in async_thread() 1020 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread() 1022 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread() 1024 vdec_msg.msgdata.output_frame.framesize.left; in async_thread() 1026 vdec_msg.msgdata.output_frame.framesize.right; in async_thread() 1028 vdec_msg.msgdata.output_frame.framesize.top; in async_thread() 1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread() 1030 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread() 1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
H A D | decoder_driver_test.c | 954 vdec_msg.msgdata.output_frame.client_data; in async_thread() 956 vdec_msg.msgdata.output_frame.client_data); in async_thread() 957 outputframe->bufferaddr = vdec_msg.msgdata.output_frame.bufferaddr; in async_thread() 959 vdec_msg.msgdata.output_frame.framesize.bottom; in async_thread() 961 vdec_msg.msgdata.output_frame.framesize.left; in async_thread() 963 vdec_msg.msgdata.output_frame.framesize.right; in async_thread() 965 vdec_msg.msgdata.output_frame.framesize.top; in async_thread() 966 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; in async_thread() 967 outputframe->len = vdec_msg.msgdata.output_frame.len; in async_thread() 968 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp; in async_thread()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc_swvdec.cpp | 164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 168 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 255 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 7344 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 7363 vdec_msg->msgdata.output_frame.pic_type, vdec_msg->msgdata.output_frame.len); in async_message_process() 7372 vdec_msg->msgdata.output_frame.len) in async_message_process() 7448 …if (vdec_msg->msgdata.output_frame.framesize.left + vdec_msg->msgdata.output_frame.framesize.right… in async_message_process() 7455 …if (vdec_msg->msgdata.output_frame.framesize.top + vdec_msg->msgdata.output_frame.framesize.bottom… in async_message_process() 7476 … vdec_msg->msgdata.output_frame.framesize.left,vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() 7477 … vdec_msg->msgdata.output_frame.framesize.top, vdec_msg->msgdata.output_frame.framesize.bottom); in async_message_process() [all …]
|
H A D | omx_vdec_msm8974.cpp | 174 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 175 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 179 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 287 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 7638 (unsigned int)vdec_msg->msgdata.output_frame.len, in async_message_process() 7639 vdec_msg->msgdata.output_frame.framesize.left, in async_message_process() 7640 vdec_msg->msgdata.output_frame.framesize.top, in async_message_process() 7641 vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() 7642 vdec_msg->msgdata.output_frame.framesize.bottom); in async_message_process() 7702 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() [all …]
|
H A D | omx_vdec.cpp | 6636 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6640 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6648 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6649 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6679 vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process() 6681 vdec_msg->msgdata.output_frame.framesize.left; in async_message_process() 6683 vdec_msg->msgdata.output_frame.framesize.right; in async_message_process() 6685 vdec_msg->msgdata.output_frame.framesize.top; in async_message_process() 6693 vdec_msg->msgdata.output_frame.aspect_ratio_info; in async_message_process() 6698 vdec_msg->msgdata.output_frame.offset), in async_message_process() [all …]
|
H A D | omx_vdec_hevc.cpp | 171 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 172 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 176 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 6154 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6158 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6167 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6168 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6175 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len; in async_message_process() 6176 omxhdr->nOffset = vdec_msg->msgdata.output_frame.offset; in async_message_process() 6187 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_hevc_swvdec.cpp | 159 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 163 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 253 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 7559 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 7578 vdec_msg->msgdata.output_frame.pic_type, vdec_msg->msgdata.output_frame.len); in async_message_process() 7587 vdec_msg->msgdata.output_frame.len) in async_message_process() 7663 …if (vdec_msg->msgdata.output_frame.framesize.left + vdec_msg->msgdata.output_frame.framesize.right… in async_message_process() 7670 …if (vdec_msg->msgdata.output_frame.framesize.top + vdec_msg->msgdata.output_frame.framesize.bottom… in async_message_process() 7691 … vdec_msg->msgdata.output_frame.framesize.left,vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() 7692 … vdec_msg->msgdata.output_frame.framesize.top, vdec_msg->msgdata.output_frame.framesize.bottom); in async_message_process() [all …]
|
H A D | omx_vdec_v4l2.cpp | 192 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 193 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 197 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 315 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 8541 (unsigned int)vdec_msg->msgdata.output_frame.len, in async_message_process() 8542 vdec_msg->msgdata.output_frame.framesize.left, in async_message_process() 8543 vdec_msg->msgdata.output_frame.framesize.top, in async_message_process() 8544 vdec_msg->msgdata.output_frame.framesize.right, in async_message_process() 8631 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() 8709 vdec_msg->msgdata.output_frame.bufferaddr) in async_message_process() [all …]
|
H A D | omx_vdec_hevc.cpp | 167 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 168 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 172 if (vdec_msg.msgdata.output_frame.len) { in async_message_thread() 6118 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6122 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6131 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6132 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6139 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len; in async_message_process() 6140 omxhdr->nOffset = vdec_msg->msgdata.output_frame.offset; in async_message_process() 6151 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 228 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 229 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 264 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread() 265 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 443 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 8362 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 8442 if (vdec_msg->msgdata.output_frame.len) { in async_message_process() 8476 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() 8486 vdec_msg->msgdata.output_frame.framesize.top, in async_message_process() 8563 vdec_msg->msgdata.output_frame.bufferaddr) in async_message_process() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 250 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 251 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 286 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread() 287 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 466 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 8972 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 9067 if (vdec_msg->msgdata.output_frame.len) { in async_message_process() 9101 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() 9111 vdec_msg->msgdata.output_frame.framesize.top, in async_message_process() 9188 vdec_msg->msgdata.output_frame.bufferaddr) in async_message_process() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 186 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 187 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 307 vdec_msg.msgdata.output_frame.client_data = (void*)&v4l2_buf; in async_message_thread() 308 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 6494 if (vdec_msg->msgdata.output_frame.len) { in async_message_process() 6509 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() 6518 vdec_msg->msgdata.output_frame.framesize.left, in async_message_process() 6519 vdec_msg->msgdata.output_frame.framesize.top, in async_message_process() 6544 &vdec_msg->msgdata.output_frame.framesize, in async_message_process() 6573 vdec_msg->msgdata.output_frame.bufferaddr) in async_message_process() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_v4l2.cpp | 207 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 208 vdec_msg.msgdata.output_frame.len=plane[0].bytesused; in async_message_thread() 243 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; in async_message_thread() 244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 337 vdec_msg.msgdata.output_frame.len = 0; in async_message_thread() 9207 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 9303 if (vdec_msg->msgdata.output_frame.len) { in async_message_process() 9374 vdec_msg->msgdata.output_frame.bufferaddr = in async_message_process() 9377 if (vdec_msg->msgdata.output_frame.len) in async_message_process() 9451 vdec_msg->msgdata.output_frame.bufferaddr) in async_message_process() [all …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | v4l2_wrapper.cpp | 694 arc::GrallocFrameBuffer output_frame( in DequeueRequest() local 698 res = output_frame.Map(); in DequeueRequest() 710 memcpy(output_frame.GetData(), request_context->camera_buffer->GetData(), in DequeueRequest() 716 cached_frame.Convert(request_context->request->settings, &output_frame); in DequeueRequest()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 6853 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6857 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6864 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6865 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6920 vdec_msg->msgdata.output_frame.framesize.bottom; in async_message_process() 6922 vdec_msg->msgdata.output_frame.framesize.left; in async_message_process() 6924 vdec_msg->msgdata.output_frame.framesize.right; in async_message_process() 6926 vdec_msg->msgdata.output_frame.framesize.top; in async_message_process() 6934 vdec_msg->msgdata.output_frame.aspect_ratio_info; in async_message_process() 6940 vdec_msg->msgdata.output_frame.offset), in async_message_process() [all …]
|
H A D | omx_vdec_copper.cpp | 162 vdec_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 163 vdec_msg.msgdata.output_frame.len=plane.bytesused; in async_message_thread() 164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr; in async_message_thread() 6408 *timestamp = vdec_msg->msgdata.output_frame.time_stamp; in async_message_process() 6412 vdec_msg->msgdata.output_frame.time_stamp); in async_message_process() 6421 omxhdr, vdec_msg->msgdata.output_frame.time_stamp, in async_message_process() 6422 vdec_msg->msgdata.output_frame.pic_type); in async_message_process() 6431 omxhdr->nFilledLen = vdec_msg->msgdata.output_frame.len; in async_message_process() 6432 omxhdr->nOffset = vdec_msg->msgdata.output_frame.offset; in async_message_process() 6462 vdec_msg->msgdata.output_frame.offset), in async_message_process() [all …]
|
/aosp12/hardware/qcom/media/msm8996/videopp/src/ |
H A D | omx_vdpp.cpp | 156 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 327 vdpp_msg.msgdata.output_frame.client_data=(void*)&v4l2_buf; in async_message_thread() 328 vdpp_msg.msgdata.output_frame.len=v4l2_buf.bytesused; in async_message_thread() 329 vdpp_msg.msgdata.output_frame.bufferaddr=(void*)v4l2_buf.m.userptr; in async_message_thread() 6485 if ( vdpp_msg->msgdata.output_frame.len <= omxhdr->nAllocLen) in async_message_process() 6488 omxhdr->nFilledLen = vdpp_msg->msgdata.output_frame.len; in async_message_process() 6489 omxhdr->nOffset = vdpp_msg->msgdata.output_frame.offset; in async_message_process() 6490 omxhdr->nTimeStamp = vdpp_msg->msgdata.output_frame.time_stamp; in async_message_process() 6501 vdpp_msg->msgdata.output_frame.bufferaddr = in async_message_process() 6506 output_respbuf->len = vdpp_msg->msgdata.output_frame.len; in async_message_process() [all …]
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraDualFOVPP.cpp | 423 mm_camera_super_buf_t *output_frame = pOutputData->frame; in process() local 424 mm_camera_buf_def_t *output_snapshot_buf = output_frame->bufs[0]; in process()
|
/aosp12/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 524 struct vdec_output_frameinfo output_frame; member
|
/aosp12/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 561 struct vdec_output_frameinfo output_frame; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 530 struct vdec_output_frameinfo output_frame; member
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 564 struct vdec_output_frameinfo output_frame; member
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_vidc_dec.h | 537 struct vdec_output_frameinfo output_frame; member
|