Searched refs:iVideoDisplayWidth (Results 1 – 7 of 7) sorted by relevance
/external/opencore/android/samples/ |
D | android_surface_output_fb.cpp | 108 int displayWidth = iVideoDisplayWidth; in initCheck() 152 LOGV("sendEvent(MEDIA_SET_VIDEO_SIZE, %d, %d)", iVideoDisplayWidth, iVideoDisplayHeight); in initCheck() 153 mPvPlayer->sendEvent(MEDIA_SET_VIDEO_SIZE, iVideoDisplayWidth, iVideoDisplayHeight); in initCheck() 184 ISurface::BufferHeap buffers(iVideoDisplayWidth, iVideoDisplayHeight, in writeFrameBuf()
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
D | pv_frame_metadata_mio_video.cpp | 44 iVideoDisplayWidth = 0; in InitData() 99 iVideoDisplayWidth = 0; in ResetData() 235 aDisplayWidth = iVideoDisplayWidth; in GetFrameProperties() 741 … if (iVideoDisplayWidth > iThumbnailWidth || iVideoDisplayHeight > iThumbnailHeight) in writeAsync() 744 float fScaleWidth = (float)iThumbnailWidth / iVideoDisplayWidth; in writeAsync() 747 iVideoDisplayWidth = (uint32)(iVideoDisplayWidth * fScale); in writeAsync() 754 iVideoDisplayWidth = ((iVideoDisplayWidth + 1) & (~1)); in writeAsync() 765 … iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync() 783 … iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync() 1232 iVideoDisplayWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync() [all …]
|
D | pv_frame_metadata_mio_video.h | 234 uint32 iVideoDisplayWidth; variable
|
/external/opencore/android/ |
D | android_surface_output.cpp | 80 iVideoHeight = iVideoWidth = iVideoDisplayHeight = iVideoDisplayWidth = 0; in initData() 841 iVideoDisplayWidth=(int32)aParameters[i].value.uint32_value; in setParametersSync() 843 LOGV("iVideoDisplayWidth=%d", iVideoDisplayWidth); in setParametersSync() 845 …"AndroidSurfaceOutput::setParametersSync() Video Display Width Key, Value %d",iVideoDisplayWidth)); in setParametersSync() 957 int displayWidth = iVideoDisplayWidth; in initCheck() 999 mPvPlayer->sendEvent(MEDIA_SET_VIDEO_SIZE, iVideoDisplayWidth, iVideoDisplayHeight); in initCheck() 1047 *w = iVideoDisplayWidth; in GetVideoSize() 1049 return iVideoDisplayWidth != 0 && iVideoDisplayHeight != 0; in GetVideoSize()
|
D | android_surface_output.h | 285 int32 iVideoDisplayWidth; variable
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 832 len = oscl_snprintf(string, 128, "Video Display Width %d ", iVideoDisplayWidth); in LogParameters() 1692 iVideoDisplayWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync() 1695 …(0, "PVRefFileOutput::setParametersSync() Video Display Width Key, Value %d", iVideoDisplayWidth)); in setParametersSync() 1761 iVideoDisplayWidth = (int32)yuvInfo->display_width; in setParametersSync() 1764 … (0, "PVRefFileOutput::setParametersSync() Video Display Width, Value %d", iVideoDisplayWidth)); in setParametersSync()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/include/ |
D | pvmi_media_io_fileoutput.h | 396 int32 iVideoDisplayWidth; variable
|