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

/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp434 int32_t encWidth, encHeight; local
436 MakeAVCCodecSpecificData(params.c_str(), &encWidth, &encHeight);
443 height = encHeight;
519 int32_t encWidth, encHeight; local
522 params.c_str(), &encWidth, &encHeight);
531 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/test/
H A Dm4v_h263_enc_test.cpp147 encParams.encHeight[0] = height;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp467 if (encOption->encHeight[0] != 96) /* source_format = 1 */
471 if (encOption->encHeight[0] != 144) /* source_format = 2 */
475 if (encOption->encHeight[0] != 288) /* source_format = 2 */
480 if (encOption->encHeight[0] != 576) /* source_format = 2 */
484 if (encOption->encHeight[0] != 1152) /* source_format = 2 */
494 encParams->LayerHeight[i] = encOption->encHeight[i];
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp121 mEncParams->encHeight[0] = mHeight;

Completed in 122 milliseconds