/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1409 (width != drv_ctx.video_resolution_input.frame_width)) { in update_resolution() 1411 width, drv_ctx.video_resolution_input.frame_width, in update_resolution() 1416 drv_ctx.video_resolution_input.frame_width = width; in update_resolution() 1421 rectangle.nWidth = drv_ctx.video_resolution_input.frame_width; in update_resolution() 1630 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init() 1665 fmt.fmt.pix_mp.width = drv_ctx.video_resolution_input.frame_width; in component_init() 1690 drv_ctx.video_resolution_output.frame_width = fmt.fmt.pix_mp.width; in component_init() 2862 drv_ctx.video_resolution_input.frame_width, in get_parameter() 2868 drv_ctx.video_resolution_output.frame_width, in get_parameter() 2976 drv_ctx.video_resolution_output.frame_width = portDefn->format.video.nFrameWidth; in set_parameter() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_msm8974.cpp | 184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_thread() 1261 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1268 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1273 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1291 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1295 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1299 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1303 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1305 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1386 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1580 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1582 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1587 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1592 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1599 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > in is_video_session_supported() 1601 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < in is_video_session_supported() 1606 drv_ctx.video_resolution.frame_width, in is_video_session_supported() 1625 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1644 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() 1657 stride = drv_ctx.video_resolution.frame_width; in log_output_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1205 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1210 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1475 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1507 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 2661 drv_ctx.video_resolution.frame_width, in get_parameter() 2797 drv_ctx.video_resolution.frame_width != in set_parameter() 2808 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 2850 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 5942 … bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1); in fill_buffer_done() 5948 … bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1); in fill_buffer_done() [all …]
|
D | omx_vdec.cpp | 1443 drv_ctx.video_resolution.frame_width = in component_init() 1449 drv_ctx.video_resolution.frame_width = in component_init() 2811 drv_ctx.video_resolution.frame_width, in get_parameter() 2978 drv_ctx.video_resolution.frame_width != in set_parameter() 2989 drv_ctx.video_resolution.frame_width = in set_parameter() 7695 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width; in update_portdef() 8469 num_MB_in_frame = ((drv_ctx.video_resolution.frame_width + 15) * in count_MB_in_extradata() 8676 drv_ctx.video_resolution.frame_width; in fill_aspect_ratio_info() 8691 drv_ctx.video_resolution.frame_width; in fill_aspect_ratio_info() 8706 drv_ctx.video_resolution.frame_width; in fill_aspect_ratio_info() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 202 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; in async_message_thread() 236 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 993 bool is_res_above_1080p = (drv_ctx.video_resolution.frame_width > 1920 && in decide_dpb_buffer_mode() 996 drv_ctx.video_resolution.frame_width > 1920); in decide_dpb_buffer_mode() 1171 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in decide_downscalar() 1587 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1594 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1599 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1617 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1621 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 1597 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1599 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1604 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1609 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1616 if ((drv_ctx.video_resolution.frame_width * drv_ctx.video_resolution.frame_height > in is_video_session_supported() 1618 (drv_ctx.video_resolution.frame_width* drv_ctx.video_resolution.frame_height < in is_video_session_supported() 1623 drv_ctx.video_resolution.frame_width, in is_video_session_supported() 1642 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_input_buffers() 1661 …m_debug.log_loc, drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this… in log_output_buffers() 1674 stride = drv_ctx.video_resolution.frame_width; in log_output_buffers() [all …]
|
D | omx_vdec_hevc.cpp | 1200 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1205 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 1454 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1486 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 2640 drv_ctx.video_resolution.frame_width, in get_parameter() 2776 drv_ctx.video_resolution.frame_width != in set_parameter() 2787 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 2829 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 5906 … bytes_written = fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1); in fill_buffer_done() 5912 … bytes_written += fwrite(temp, drv_ctx.video_resolution.frame_width, 1, outputBufferFile1); in fill_buffer_done() [all …]
|
D | omx_swvdec.cpp | 2607 unsigned int frame_width = m_frame_dimensions.width; in get_port_definition() local 2619 if ((frame_width != m_frame_dimensions.width) || in get_port_definition()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 287 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 326 event_fields_changed |= (omx->drv_ctx.video_resolution.frame_width != ptr[1]); in async_message_thread() 342 omx->drv_ctx.video_resolution.frame_width != ptr[1])) { in async_message_thread() 349 omx->drv_ctx.video_resolution.frame_width, in async_message_thread() 371 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 1844 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1851 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1856 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1874 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1878 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 244 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; in async_message_thread() 1778 pThis->drv_ctx.video_resolution.frame_width) || in process_event_cb() 1785 pThis->drv_ctx.video_resolution.frame_width, in process_event_cb() 1790 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1808 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1812 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1816 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1820 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1822 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1882 … frame_data[1] : pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() [all …]
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 223 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[MSM_VIDC_WIDTH]; in async_message_thread() 1313 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1317 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1321 pThis->drv_ctx.video_resolution.frame_width) { in process_event_cb() 1325 … pThis->drv_ctx.video_resolution.frame_width); in process_event_cb() 1327 pThis->drv_ctx.video_resolution.frame_width; in process_event_cb() 1456 (width != (int)drv_ctx.video_resolution.frame_width)) { in update_resolution() 1458 width, drv_ctx.video_resolution.frame_width, in update_resolution() 1463 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1484 …drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height, this, m_debug.session… in log_input_buffers() [all …]
|
D | omx_vdec_v4l2_params.cpp | 456 drv_ctx.video_resolution.frame_width, in get_parameter() 623 drv_ctx.video_resolution.frame_width != in set_parameter() 643 … fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1396 drv_ctx.video_resolution.frame_width=drv_ctx.video_resolution.stride=320; in component_init() 1399 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 1431 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in component_init() 2767 drv_ctx.video_resolution.frame_width, in get_parameter() 2914 drv_ctx.video_resolution.frame_width != in set_parameter() 2926 drv_ctx.video_resolution.frame_width = in set_parameter() 2977 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_parameter() 7297 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in get_buffer_req() 7302 drv_ctx.video_resolution.frame_width = fmt.fmt.pix_mp.width; in get_buffer_req() 7372 fmt.fmt.pix_mp.width = drv_ctx.video_resolution.frame_width; in set_buffer_req() [all …]
|
D | omx_vdec.cpp | 1160 drv_ctx.video_resolution.frame_width = width; in update_resolution() 1165 rectangle.nWidth = drv_ctx.video_resolution.frame_width; in update_resolution() 2950 drv_ctx.video_resolution.frame_width, in get_parameter() 3127 drv_ctx.video_resolution.frame_width != in set_parameter() 3143 … drv_ctx.video_resolution.frame_width, drv_ctx.video_resolution.frame_height); in set_parameter() 7792 update_resolution(drv_ctx.video_resolution.frame_width, in get_buffer_req() 7898 if (drv_ctx.video_resolution.frame_width > kMaxSmoothStreamingWidth || in start_port_reconfig() 7903 if (drv_ctx.video_resolution.frame_width > m_smoothstreaming_width) in start_port_reconfig() 7904 m_smoothstreaming_width = drv_ctx.video_resolution.frame_width; in start_port_reconfig() 8007 portDefn->format.video.nFrameWidth = drv_ctx.video_resolution.frame_width; in update_portdef() [all …]
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 325 uint16_t frame_width; member
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 264 uint32_t frame_width; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 143 decoder_context->video_resoultion.frame_width = temp2; in main()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 139 decoder_context->video_resoultion.frame_width = temp2; in main()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 277 uint32_t frame_width; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 324 uint32_t frame_width; member
|