Searched refs:encHeight (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp436 int32_t encWidth, encHeight; local
438 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
445 height = encHeight;
521 int32_t encWidth, encHeight; local
524 params.c_str(), &encWidth, &encHeight);
533 height = encHeight;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h158 Int encHeight[2]; member in struct:tagvideoEncOptions
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp460 if (encOption->encHeight[0] != 96) /* source_format = 1 */
464 if (encOption->encHeight[0] != 144) /* source_format = 2 */
468 if (encOption->encHeight[0] != 288) /* source_format = 2 */
473 if (encOption->encHeight[0] != 576) /* source_format = 2 */
477 if (encOption->encHeight[0] != 1152) /* source_format = 2 */
487 encParams->LayerHeight[i] = encOption->encHeight[i];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp117 mEncParams->encHeight[0] = mHeight;

Completed in 89 milliseconds