Searched refs:iVideoWidth (Results 1 – 7 of 7) sorted by relevance
/external/opencore/android/samples/ |
D | android_surface_output_fb.cpp | 110 int frameWidth = iVideoWidth; in initCheck() 185 iVideoWidth, iVideoHeight, in writeFrameBuf() 295 size_t y_plane_size = iVideoWidth * iVideoHeight; in convertFrame() 297 memcpy(dst, src, y_plane_size + iVideoWidth); in convertFrame()
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
D | pv_frame_metadata_mio_video.cpp | 42 iVideoWidth = 0; in InitData() 97 iVideoWidth = 0; in ResetData() 233 aFrameWidth = iVideoWidth; in GetFrameProperties() 765 … iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync() 783 … iVideoWidth, iVideoHeight, iVideoDisplayWidth, iVideoDisplayHeight); in writeAsync() 1214 iVideoWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync() 1216 …GMSG_STACK_TRACE, (0, "PVFMVideoMIO::setParametersSync() Video Width Key, Value %d", iVideoWidth)); in setParametersSync() 1422 uint32 y_plane_size = iVideoWidth * iVideoHeight; in convertYUV420SPtoYUV420() 1423 memcpy(dst, src, y_plane_size + iVideoWidth); in convertYUV420SPtoYUV420()
|
D | pv_frame_metadata_mio_video.h | 230 uint32 iVideoWidth; variable
|
/external/opencore/android/ |
D | android_surface_output.cpp | 80 iVideoHeight = iVideoWidth = iVideoDisplayHeight = iVideoDisplayWidth = 0; in initData() 817 iVideoWidth=(int32)aParameters[i].value.uint32_value; in setParametersSync() 819 LOGV("iVideoWidth=%d", iVideoWidth); in setParametersSync() 821 … (0,"AndroidSurfaceOutput::setParametersSync() Video Width Key, Value %d",iVideoWidth)); in setParametersSync() 959 int frameWidth = iVideoWidth; in initCheck()
|
D | android_surface_output.h | 283 int32 iVideoWidth; variable
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 822 len = oscl_snprintf(string, 128, "Video Width %d ", iVideoWidth); in LogParameters() 1150 uint32 fsize = iVideoWidth * iVideoHeight; in writeAsync() 1151 uint32 bsize = iVideoWidth * iVideoHeight * 3 / 2; in writeAsync() 1165 uint32 size = iVideoWidth * iVideoHeight * 3 / 2; in writeAsync() 1671 iVideoWidth = (int32)aParameters[i].value.uint32_value; in setParametersSync() 1674 … (0, "PVRefFileOutput::setParametersSync() Video Width Key, Value %d", iVideoWidth)); in setParametersSync() 1745 iVideoWidth = (int32)yuvInfo->width; in setParametersSync() 1748 … (0, "PVRefFileOutput::setParametersSync() Video Width, Value %d", iVideoWidth)); in setParametersSync() 1836 InitializeAVI(iVideoWidth, iVideoHeight); in setParametersSync() 2488 …wMaxBytesPerSec = (uint32)((float)(iVideoCount * 3 * iVideoHeight * iVideoWidth) / (float)iVide… in UpdateVideoChunkHeaderIdx()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/include/ |
D | pvmi_media_io_fileoutput.h | 392 int32 iVideoWidth; variable
|